home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
e
/
mailinglists
/
amigae.0993sept.archive
/
000039_crash!cs.vu.nl!velschot_Fri, 17 Sep 93 03:50:39 PST.msg
< prev
next >
Wrap
Internet Message Format
|
1994-05-26
|
1KB
Received: by bkhouse.cts.com (V1.16/Amiga)
id AA00000; Fri, 17 Sep 93 03:50:39 PST
Received: from top.cs.vu.nl by crash.cts.com with smtp
(Smail3.1.28.1 #18) id m0odcQB-0000jjC; Fri, 17 Sep 93 02:48 PDT
Received: from kits.cs.vu.nl by top.cs.vu.nl id aa16888; 17 Sep 93 11:47 MET DST
Date: Fri, 17 Sep 93 11:47:39 MET DST
cc: amigae <amigae@bkhouse.cts.com>
Message-ID: <9309171147.aa09693@kits.cs.vu.nl>
From: Elschot VAW <velschot@cs.vu.nl>
To: "Barry D. Wills" <BWILLS@kirk.safb.af.mil>
Subject: Re: ping-ack
aha, (drool drool) E-coding.. (drool).
I need more!
This IDCMP thing is driving me nuts!
I can't get the loop to work!
REPEAT
IF idcmpMessage:=GetMsg(win.userport)
idcmpClass:=idcmpMessage.class
SELECT idcmpClass
CASE IDCMP_VANILLAKEY
idcmpCode:=idcmpMessage.code
idcmpQualifier:=idcmpMessage.qualifier
ReplyMsg(idcmpMessage)
doKey()
/*...any other cases you need to handle...*/
ENDSELECT
ENDIF
IF serialEvent() THEN doSerial()
UNTIL someTerminalCondition /*end program, or end function*/
Well, WHAT should idcmpMessage be a pointer to?
arch!
vinny